projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89c7717
)
(finder-inf.el, autoloads): New targets.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 11 Apr 1997 19:40:29 +0000
(19:40 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 11 Apr 1997 19:40:29 +0000
(19:40 +0000)
(cus-load.el): Minor simplification.
lisp/Makefile
patch
|
blob
|
history
diff --git
a/lisp/Makefile
b/lisp/Makefile
index edbb2b0d0b808a8f8afff2210681360e7a317e5c..0410fc309cf0b36ae60b76aea3b61f2419e98b56 100644
(file)
--- a/
lisp/Makefile
+++ b/
lisp/Makefile
@@
-15,7
+15,13
@@
relock:
doit:
cus-load.el: doit
- $(EMACS) -batch -l ./cus-dep.el -f custom-make-dependencies
+ $(EMACS) -batch -l cus-dep.el -f custom-make-dependencies
+
+finder-inf.el: doit
+ $(EMACS) -batch -l finder -f finder-compile-keywords-make-dist
+
+autoloads: doit
+ $(EMACS) -batch -f batch-update-autoloads .
TAGS: $(lisptagsfiles)
../lib-src/etags $(lisptagsfiles)